type crypto/aes.aesCipherAsm

6 uses

	crypto/aes (current package)
		aes_gcm.go#L46: 	aesCipherAsm
		cipher_asm.go#L26: type aesCipherAsm struct {
		cipher_asm.go#L38: 	c := aesCipherAsm{aesCipher{make([]uint32, n), make([]uint32, n)}}
		cipher_asm.go#L56: func (c *aesCipherAsm) BlockSize() int { return BlockSize }
		cipher_asm.go#L58: func (c *aesCipherAsm) Encrypt(dst, src []byte) {
		cipher_asm.go#L71: func (c *aesCipherAsm) Decrypt(dst, src []byte) {